Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _cluster/stats/ API #4460

Closed
bleskes opened this issue Dec 16, 2013 · 0 comments
Closed

Add _cluster/stats/ API #4460

bleskes opened this issue Dec 16, 2013 · 0 comments

Comments

@bleskes
Copy link
Contributor

bleskes commented Dec 16, 2013

Currently you can get cluster wide information using different endpoints for different means. The node info API will return static information with respects to nodes (like jvm versions). The node stats API will return dynamic information (like memory and cpu usage) and the index stats API will return aggregated (and per index) information regarding the cluster data.

With the new Cluster Stats API, we will have a single endpoint that returns all the information needed to get an overview of the cluster. The output will contain basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles,os, jvm versions, memory usage, cpu and installed plugins).

bleskes added a commit to bleskes/elasticsearch that referenced this issue Dec 16, 2013
bleskes added a commit that referenced this issue Dec 17, 2013
bleskes added a commit that referenced this issue Dec 18, 2013
bleskes added a commit that referenced this issue Dec 18, 2013
brusic pushed a commit to brusic/elasticsearch that referenced this issue Jan 19, 2014
brusic pushed a commit to brusic/elasticsearch that referenced this issue Jan 19, 2014
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant